*, :before, :after {
  box-sizing: border-box;
}

html, body {
  height: 100%;
}

.flexslider {
  height: 100%;
  margin: 0;
  padding: 0;
  background: none;
  border: 0;
  overflow: hidden;
  box-shadow: none;
}
.flexslider .flex-viewport {
  height: 100%;
}
.flexslider .flex-control-nav {
  bottom: 20px;
}
.flexslider .slides {
  height: 100%;
}
.flexslider .slides li {
  	height: 100%;
}


/* News Detail Page styles */



.full-image{
	height: auto;
	width:  100%;
	display: flex;
}

.flexslider{
	border-radius: 0px;
}

#image-caption {
	width: 100%;
  	padding: 12px 10px 2px 10px;
  	bottom: 0;
   	color: #fff;
   	text-shadow: 0 -1px 0 rgba(0,0,0,.3);
   	font-size: 14px;
   	line-height: 1;
   	margin-top: 0px;
	position: absolute;
	display: flex;
}
.flex-active-slide #image-caption {
	background:Â rgba(0,0,0,.5) !important;
}

#SlidePagination{
	position: absolute;
	z-index: 1000;
	bottom: 0;
	right: 25px;
	color: #fff;
   	text-shadow: 0 -1px 0 rgba(0,0,0,.3);
   	font-size: 14px;
}


#slider{
	margin-bottom: 0px; 
}

#carousel li{
	margin: 10px 5px 10px 0px;
}


.flex-direction-nav {
	line-height: 1;
}

/* News Detail Page styles END*/


a.ArticlesCategory {
    color: #656565;
    font-size: 1.1em!important;
    font-weight: 700;
}

.ArticlesCategoryContainer {
    padding-bottom: 30px;
}


.ArticleLpItemImg {
    height: 200px;
    background-repeat: no-repeat;
    background-size: cover;
}



.ArticleLpItemImg {
    width: 100%;
    height: 250px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

h3.ArticleTitle {
    font-size: 1.3em;
    color: #00a160;
    font-weight: 900;
}

 

 

.SeeMoreButtonContainer {
    text-align: center;
}

a.SeeMoreButton {
    background-color: #00a160;
    color: white;
    padding: 8px 23px;
    font-weight: 900;
    padding-bottom: 10px;
    border-radius: 5px;
}

div#newsListCont {
    padding-top: 30px;
}

a.ArticlesCategory {
    color: #656565;
    font-size: 1.1em!important;
    font-weight: 700;
}

p.ArticleText {
    padding-bottom: 15px;
}

.ArticlesCategoryContainer {
    padding-bottom: 30px;
}

.col-md-4.Articulos.ArticleLpItem {
    padding-bottom: 40px;
}


.paginationPageNoticiaNueva {
    display: none;
}
.paginationPageArticulos {
    display: none;
}

.paginationPageComunicados{
    display: none;
}

.page-active {
    display: block!important;
}


.ArticleTotalText {
    min-height: 262px;
}




a.RssButton {
    position: absolute;
    right: -79px;
    rotate: 270deg;
    background-color: #00a160;
    color: white;
    padding: 16px 38px;
    font-size: 1.6em;
    top: 416px;
}


.NewsSliderArrow {
    position: relative;
    top: 85px;
    cursor: pointer;
}


.col-md-1.AllRess {
    width: 10%;
}

.col-md-10.AllRess {
    width: 80%;
}

.AllRess {
    display: inline-flex;
}



.container img {
    max-width: 100%;
}


.col-md-4.ArticleLpItem {
    margin-bottom: 30px;
}



